testing.testState.running (field)

5 uses

	testing (current package)
		testing.go#L2193: 	running int
		testing.go#L2207: 		running:       1, // Set the count to 1 for the main (sequential) test.
		testing.go#L2213: 	if s.running < s.maxParallel {
		testing.go#L2214: 		s.running++
		testing.go#L2226: 		s.running--